home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TDIREXCLUDEDIALOG / TDIREXCLUDEDIALOG.txt
Text File  |  2008-11-03  |  1KB  |  75 lines

  1. inherited DirExcludeDialog: TDirExcludeDialog
  2.   Left = 483
  3.   HelpType = htKeyword
  4.   HelpKeyword = 'Exclude'
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   Caption = 'Exclude from Session'
  7.   ClientHeight = 152
  8.   ClientWidth = 281
  9.   OnCreate = FormCreate
  10.   PixelsPerInch = 96
  11.   TextHeight = 13
  12.   object Bevel1: TUiBevel
  13.     Left = 8
  14.     Top = 64
  15.     Width = 265
  16.     Height = 2
  17.     Shape = bsTopLine
  18.   end
  19.   object Panel1: TUiPanel
  20.     Left = 0
  21.     Top = 0
  22.     Width = 283
  23.     Height = 49
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object SelFilenamesEdit: TUiRadioButton
  27.       Left = 8
  28.       Top = 8
  29.       Height = 17
  30.       Caption = 'Selected filename(s)'
  31.       TabOrder = 0
  32.       TabStop = True
  33.     end
  34.     object AllOfFileTypeEdit: TUiRadioButton
  35.       Left = 8
  36.       Top = 32
  37.       Height = 17
  38.       Caption = '%'
  39.       TabOrder = 1
  40.     end
  41.   end
  42.   object RelativeToBaseEdit: TUiCheckBox
  43.     Left = 8
  44.     Top = 80
  45.     Height = 17
  46.     Caption = 'Only in this folder'
  47.     TabOrder = 1
  48.   end
  49.   object OkBtn: TUiButton
  50.     Left = 120
  51.     Top = 104
  52.     Caption = 'OK'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 2
  56.     AutoSize = asRight
  57.   end
  58.   object CancelBtn: TUiButton
  59.     Left = 200
  60.     Top = 104
  61.     Cancel = True
  62.     Caption = 'Cancel'
  63.     ModalResult = 2
  64.     TabOrder = 3
  65.     AutoSize = asRight
  66.   end
  67.   object DontShowAgainEdit: TUiCheckBox
  68.     Left = 8
  69.     Top = 132
  70.     Height = 17
  71.     Caption = 'Don'#39't show again during this session'
  72.     TabOrder = 4
  73.   end
  74. end
  75.